.frame_start {
    width: 626px;
    height: 360px;
    display: block;
	border-radius: 10px;
}

.iframe-placeholder {
   width: 626px;
   height: 360px;
   background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23fc8c03" x="50%" y="50%" font-family="Hughs" font-size="30" text-anchor="middle">video loading ...</text></svg>') 0px 0px no-repeat;
}

.Video {
  width: 626;
  max-width: 626px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

@media (max-width: 400px) {
	.frame_start {
		width: 300px;
		height: 200px;
	}

	.iframe-placeholder {
	   width: 300px;
		height: 200px;
	}
	.Video {
	  width: 300;
	  max-width: 300px;
	}
}

.frame_start330 {
    width: 330px;
    height: 200px;
    display: block;
	border-radius: 10px;
}

.iframe-placeholder330 {
   width: 330px;
   height: 200px;
   background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23fc8c03" x="50%" y="50%" font-family="Hughs" font-size="30" text-anchor="middle">video loading ...</text></svg>') 0px 0px no-repeat;
}

.Video330 {
  width: 330px;
  max-width: 330px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}

.frame_start500 {
    width: 500px;
    height: 288px;
    display: block;
	border-radius: 10px;
}

.iframe-placeholder500 {
   width: 500px;
   height: 288px;
   background: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 100% 100%"><text fill="%23fc8c03" x="50%" y="50%" font-family="Hughs" font-size="30" text-anchor="middle">video loading ...</text></svg>') 0px 0px no-repeat;
}

.Video500 {
  width: 500px;
  max-width: 500px;
  margin: 0 auto;
  overflow: hidden;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}



@media (max-width: 800px) {
  .Video {
    font-size: .8em;
  }
}


.Video-wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* 16:9 */
}


.Video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 626;
  height: 360;
  object-fit: cover;
  display: block;
}


.Video-playButton {
  background: url("../images/youtube/play.png") no-repeat;
  background-size: 70px 53px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;

}

@media (min-width: 800px) {
  .Video-playButton {
    width: 70px;
    height: 53px;
  }
}

.Video-playButton:active {
  transform: scale(1);
  transition: transform 100ms ease;
}

